internal/concurrent.HashTrieMap.keyHash (field)
6 uses
internal/concurrent (current package)
hashtriemap.go#L22: keyHash hashFunc
hashtriemap.go#L34: keyHash: mapType.Hasher,
hashtriemap.go#L49: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L72: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L151: oldHash := ht.keyHash(unsafe.Pointer(&oldEntry.key), ht.seed)
hashtriemap.go#L185: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |